debian/copyright: fill in all copyright holders and licenses
authorSimon McVittie <smcv@debian.org>
Wed, 27 Jan 2016 14:26:36 +0000 (15:26 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 29 Jan 2016 10:42:04 +0000 (11:42 +0100)
debian/changelog
debian/copyright

index 82ef46eda206c80ec68969e9e5ce2029bf12e388..6f2ac2d1154e45dc53025944c50ca83752011eb0 100644 (file)
@@ -3,6 +3,7 @@ ostree (2016.1-1) UNRELEASED; urgency=medium
   * Remove -dbg package, rely on automatic dbgsym packages instead
   * Extend package descriptions a bit
   * debian/.gitignore: add
+  * debian/copyright: fill in all copyright holders and licenses
 
  -- Simon McVittie <smcv@debian.org>  Wed, 27 Jan 2016 13:04:34 +0100
 
index a35377095147bb858a6d7176d51b447668db0507..2d187435f609dfab39856728b8cef68228b28b23 100644 (file)
@@ -3,11 +3,56 @@ Upstream-Name: ostree
 Source: https://wiki.gnome.org/Projects/OSTree
 
 Files: *
-Copyright: 2014-2015 Colin Walters <walters@verbum.org>
+Copyright:
+ © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+ © 1999-2000, 2002-2005 Free Software Foundation, Inc.
+ © 2010-2015 Red Hat, Inc
+ © 2011 Avery Pennarun
+ © 2011-2015 Colin Walters <walters@verbum.org>
+ © 2013 Collabora Ltd.
+ © 2013 Stef Walter <stef@redhat.com>
+ © 2013 Javier Martinez <javier.martinez@collabora.co.uk>
+ © 2013 Jeremy Whiting <jeremy.whiting@collabora.com>
+ © 2013 Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+ © 2014 Alexander Larsson <alexl@redhat.com>
+ © 2014 Owen Taylor <otaylor@redhat.com>
+ © 2015 Dan Nicholson <nicholson@endlessm.com>
+ © 2015 Canonical Ltd.
 License: LGPL-2+
 
+Files:
+ libglnx/glnx-lockfile.*
+ libglnx/glnx-fdio.*
+Copyright:
+ © 2010-2011 Lennart Poettering
+ © 2014-2015 Colin Walters <walters@verbum.org>
+License: LGPL-2.1+
+
+Files:
+ src/libostree/ostree-varint.c
+Copyright:
+ © 2008 Google Inc.
+ © 2013 Colin Walters <walters@verbum.org>
+License: LGPL-2+ and BSD-3-clause
+
+Files:
+ GNUmakefile
+ build-aux/useless-if-before-free
+ build-aux/vc-list-files
+Copyright:
+ 2001-2014 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files:
+ bsdiff/*
+Copyright:
+ © 2003-2005 Colin Percival
+ © 2012 Matthew Endsley
+License: BSD-2-clause
+
 Files: debian/*
-Copyright: 2015 David King <amigadave@amigadave.com>
+Copyright:
+ 2015 David King <amigadave@amigadave.com>
 License: GPL-2+
 
 License: GPL-2+
@@ -27,10 +72,28 @@ License: GPL-2+
  License along with this package; if not, write to the Free
  Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  Boston, MA  02110-1301 USA
- .
+Comment:
  On Debian systems, the full text of the GNU General Public
  License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ '/usr/share/common-licenses/GPL-2'.
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+Comment:
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ '/usr/share/common-licenses/GPL-3'.
 
 License: LGPL-2+
  This program is free software: you can redistribute it and/or modify
@@ -45,6 +108,74 @@ License: LGPL-2+
  .
  You should have received a copy of the GNU Library General Public License
  along with this program. If not, see <http://www.gnu.org/licenses/>.
+Comment:
+ On Debian systems, the full text of the GNU Library General Public
+ License version 2 can be found in the file
+ '/usr/share/common-licenses/LGPL-2'.
+
+License: LGPL-2.1+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+Comment:
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 2.1 can be found in the file
+ '/usr/share/common-licenses/LGPL-2.1'.
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted providing that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+     * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following disclaimer
+ in the documentation and/or other materials provided with the
+ distribution.
+     * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
  .
- The complete text of the GNU Library General Public License
- can be found in /usr/share/common-licenses/LGPL-2 file.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.